home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / GCC 1.37.1r15 / Copyleft Q&A < prev    next >
Text File  |  1993-02-11  |  2KB  |  52 lines

  1. Some Questions and Answers About the GNU Copyleft
  2.  
  3.  
  4. You may be aware that GNU C is under an unusual form of copyright restriction,
  5. often called a "copyleft".  The details are somewhat confusing, and there is a
  6. lot of hype and hyperbole surrounding copyleft and how it might pertain to MPW™ GCC.
  7.  
  8. NOTE: THE FOLLOWING IS NOT THE LEGAL OPINION OF APPLE OR ANYBODY ELSE!
  9.  
  10. Simply put, the copyleft is designed to ensure that a freely available program
  11. remains freely available.  Putting a program in the public domain does NOT
  12. prevent an unscrupulous person from slapping a copyright on and attempting
  13. to claim ownership, either directly or through various subterfuges.  To counter
  14. this, the copyleft says that you may freely use, modify, and redistribute a
  15. copylefted program, but that you must make available all the source code, and
  16. may not restrict the recipients from using, modifying, and redistributing what
  17. you give them.
  18.  
  19. Q: If I modify GCC, do I then have to give my changes away?
  20.  
  21. A: No.  The copyleft does not apply to anything you might do in the privacy
  22. of your own machine.
  23.  
  24. Q: Do programs compiled by GCC fall under the copyleft?
  25.  
  26. A: No.  GCC is merely a translator.  However, linking with GNU libraries
  27. would cause a program to be copylefted.  At present, MPW GCC uses only MPW
  28. libraries and include files, which are unaffected by the copyleft.
  29.  
  30. Q: What about Bison output?
  31.  
  32. A: Since Bison output always includes the copylefted Bison parser skeletons
  33. (bison.simple or bison.hairy), Bison-generated parsers ARE copylefted.
  34.  
  35. Q: If somebody just wants the executable, can I give it to them without sources?
  36.  
  37. A: Yes, as long as you include some info about how to get the sources;
  38. a file server location or mail address is good enough.
  39.  
  40. Q: Who actually holds the legal copyright on GCC?
  41.  
  42. A: The Free Software Foundation has the copyright on the bulk of GCC,
  43. while Apple holds the copyright on those parts of GCC that were written
  44. especially for the Mac.
  45.  
  46. Q: Doesn't Stallman hate Apple?
  47.  
  48. A: Yeah, so what?  The copyleft is so worded that GNU software will remain
  49. freely available forever, no matter how the personal feelings of its authors
  50. might change.
  51.  
  52.